home *** CD-ROM | disk | FTP | other *** search
/ Aminet 15 / Aminet 15 - Nov 1996.iso / Aminet / comm / tcp / Select_Host.readme < prev    next >
Text File  |  1996-10-11  |  4KB  |  97 lines

  1. Short:    (B)GUI front-end for NapsaTerm V1.3
  2. Author:   Jilles Tjoelker
  3. Uploader: M.Tjoelker@mpn.cp.philips.com (Menno Tjoelker)
  4. Type:     comm/tcp
  5. Requires: bgui.library V37+, NapsaTerm
  6.  
  7. NapsaTerm is a nice program, but it can't be started from Workbench or put in
  8. ToolManager docks without fixing it on one host. This is a solution. It opens
  9. a window where you can select a host and then starts NapsaTerm with it. You
  10. can also choose between RLogin (-D NET) and Telnet (-D TELNET) services.
  11. With RLogin you do not have to type in your user name, but it is not
  12. supported/allowed everywhere.
  13.  
  14. There is no direct proxy support (i.e. select an address outside the Intranet
  15. in the GUI and not the proxy) - I would have to write a new RLogin/TelNet
  16. client for that :-(
  17.  
  18. Select_Host requires a file called 'hostnames' in PROGDIR: containing the
  19. hostnames together with protocols and port numbers.
  20.  
  21. Source in AmigaE included.
  22.  
  23. Explanation of gadgets:
  24.  
  25. * Select an item in the List gadget. You can also use the arrow keys. A double
  26.   click on an entry or RETURN starts a session.
  27.  
  28. * Change the hostname in the Name gadget. After RETURN:
  29.   If host/type/port combination is not in the list, a requester will pop up
  30.   asking you if you want to:
  31.  
  32.   a. start a session without adding the item to the list, or
  33.   b. add the item and start a session, or
  34.   c. change the name.
  35.  
  36.   If the item is already in the list a session will be started.
  37.  
  38. * Type: you can select the type (prpotocol) of a session with this gadget.
  39.   Possible are Telnet and RLogin.
  40.  
  41. * Port: type the port number here. This is not possible when the session type
  42.   is RLogin. If you leave this field empty, no port number will be passed to
  43.   NapsaTerm.
  44.  
  45. * OK: start the session
  46.  
  47. * Cancel: quit without starting NapsaTerm
  48.  
  49. Menus:
  50.  
  51. * Edit hostnames: Edit the 'hostnames' file. The editor used is either the
  52.   one indicated in environment variable $EDITOR, or ED. The editor will be
  53.   started synchronously, and must not return before you have finished editing
  54.   (CygnusED: use ED -s).
  55.  
  56.   The entries should have the following syntax:
  57.  
  58.       <host>
  59.   or  <host> (Telnet[:<port>])
  60.   or  <host> (RLogin)
  61.  
  62.   The entries are case-sensitive! If syntax or the case is not correct the
  63.   program will complain with a requester when you use the entry.
  64.  
  65. * Start session: start session. Note that selecting "RLogin" or "Telnet" as a
  66.   menu option starts the required session immediately (different from
  67.   what the cycle gadget does).
  68.  
  69. * Cancel: quit without starting NapsaTerm
  70.  
  71. Changes (V1.3):
  72.  
  73. * New gadgets for type and port number selection added.
  74.  
  75. * Type/port information can be stored with hostnames (large inprovement). The
  76.   the old Telnet/RLogin gadgets have been removed.
  77.  
  78. * When you type in an unknown hostname, the requester has an extra choice:
  79.   use the host without adding it to the list.
  80.  
  81.  
  82. ============================= Archive contents =============================
  83.  
  84. Original  Packed Ratio    Date     Time    Name
  85. -------- ------- ----- --------- --------  -------------
  86.      628     276 56.0% 23-Sep-96 21:48:00  Select_Host.info
  87.      120      60 50.0% 23-Sep-96 21:42:14 +hostnames
  88.      550     235 57.2% 23-Sep-96 21:48:00 +hostnames.info
  89.    12488    5319 57.4% 23-Sep-96 21:35:14 +select_host
  90.    14026    4451 68.2% 23-Sep-96 21:35:58 +select_host.e
  91.      775     334 56.9% 23-Sep-96 21:48:00 +select_host.e.info
  92.      502     204 59.3% 23-Sep-96 21:48:00 +select_host.info
  93.     2841    1385 51.2% 23-Sep-96 21:36:16 +select_host.readme
  94.     1095     335 69.4% 23-Sep-96 21:48:00 +select_host.readme.info
  95. -------- ------- ----- --------- --------
  96.    33025   12599 61.8% 03-Oct-96 23:30:56   9 files
  97.